﻿/*信息列表*/
.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 23.33%;
        float: left;
        height: auto;
        overflow: hidden;
        margin: 10px 2% 10px 2%;
        border-bottom: 1px solid #eee;
        transition: all 0.5s;
        padding-bottom: 10px;
        padding: 20px 3% 20px 3%;
    }

        .listText li:hover {
            box-shadow: 0 0 10px #ccc;
        }

            .listText li:hover div img {
                width:120%;
                height:120%;
                top:-10%;
                left:-10%;
            }
            .listText li:hover h4 img {
                margin-left:20px;
            }

        .listText li div {
            width: 100%;
            height: 200px;
            overflow: hidden;
            margin: 10px auto;
            position: relative;
        }

        .listText li div img {
            width: 100%;
            height:100%;
            position:absolute;
            top:0;
            left:0;
            transition:all 0.3s;
        }

.listText li h2 {
    width: 100%;
    height:70px;
    overflow: hidden;
    line-height: 35px;
    font-size: 24px;
}

.listText li h3 {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    height: 100px;
    font-weight: 300;
    color: #666;
    margin: 20px auto 30px auto;
}

        .listText li h4 {
            width: 100%;
            line-height: 30px;
            color: #333;
        }
            .listText li h4 img {
                transition: all 0.3s;
            }

.listReviews{
    width:100%;
    height:auto;overflow:hidden;
    margin:20px auto;
}
    .listReviews li {
        width: 40%;
        float: left;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding: 50px 4%;
        border-radius: 10px;
        transition: all 0.5s;
        margin: 10px 1%;
        box-shadow: 0 0 10px #eee;
    }
    .listReviews li:hover {
        box-shadow: 0 0 10px #ccc;
        background-color: #f1f6ff;
    }
    .listReviews li .title {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }
    .listReviews li .titlePic {
        width: 20%;
        float: left;
    }
        .listReviews li .titlePic img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 10px;
        }
    .listReviews li .titleWord {
        width: 80%;
        float: left;
    }
        .listReviews li .titleWord h2 {
            font-size: 30px;
            font-weight: bold;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
        }
        .listReviews li .titleWord h5 {
            font-size: 14px;
            color: #666;
            text-align: right;
            height: 25px;
            overflow: hidden;
            line-height: 25px;
            margin-bottom: 10px;
        }
    .listReviews li h3 {
        width: 100%;
        font-size: 15px;
        font-weight: 300;
        line-height: 25px;
        height: 125px;
        overflow: hidden;
        margin: 20px auto 20px auto;
        color: #666;
    }
    .listReviews li h4 span {
        display: inline-block;
        width: 120px;
        line-height: 30px;
        background: linear-gradient(45deg,#004386,#1261b0);
        color: #fff;
        text-align: center;
        border-radius: 20px;
        transition: all 0.5s;
    }
        .listReviews li h4 span:hover {
            box-shadow: 5px 5px 10px #ccc;
            color: #fff;
        }


/*信息详情*/
.infoShowLeft {
    width: 70%;
    float: left;
    padding: 20px 4%;
    box-shadow: 0 0 10px #eee;
    margin-right:2%;
    transition: all 0.5s;
    background-color:#fff;
}
.infoShowRight {
    width: 18%;
    float: left;
    background-color: #fff;
    padding:20px 1%;
}

.infoShowTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    margin:20px auto;
}

    .infoShowTitle span {
        font-size: 16px;
        color: #b99129;
    }

.infoShowDate {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    line-height: 30px;
    color: #999;
    border-bottom:1px solid #eee;
}
.infoShowComefrom{
    width:100%;
    height:auto;overflow:hidden;
    line-height:50px;
    color:#666;
    margin:10px auto;
    text-align:right;
}
.infoShowComefrom img{
    width:50px;
    height:50px;
    border-radius:50%;
    vertical-align:middle;
}

.infoShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .infoShowContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.infoShowPage {
    width: 100%;
    margin-top: 10px;
    padding-top:10px;
    text-align:right;
    margin-bottom:30px;
}

    .infoShowPage span {
        font-size: 30px;
        color: #e4e4e4;
    }
        .infoShowPage a span{
            color:#999;
        }


        .infoShowRecommedList {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
    .infoShowRecommedList li {
        width: 100%;
        height: 35px;
        overflow: hidden;
        line-height: 35px;
        transition:all 0.5s;
        border-bottom:1px dotted #eee;
    }
        .infoShowRecommedList li:hover {
            text-indent: 10px;
            background-color: #e1efff;
        }
        .infoShowRecommedList .title{
            width:100%;
            height:40px;line-height:40px;
            font-size:18px;
            font-weight:bold;
            border-bottom:1px solid #eee;
            margin-bottom:30px;
        }

@media(max-width:720px){

    /*信息列表*/
        .listText li {
            width: 88%;
            padding: 20px 4% 20px 4%;
        }

        .listReviews li {
            width:86%;
            padding: 50px 5%;
            margin: 10px 2%;
        }

    /*信息详情*/
    .infoShowLeft {
        width: 90%;
        padding: 20px 4%;
        margin:0 1% 20px 1%;
    }

    .infoShowRight {
        width: 90%;
        padding: 20px 4%;
        margin: 0 1% 0 1%;
    }

}